libxl: do not try to redo incoming migration on reboot of migrated domain
authorIan Campbell <ian.campbell@citrix.com>
Tue, 27 Sep 2011 17:39:15 +0000 (18:39 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 27 Sep 2011 17:39:15 +0000 (18:39 +0100)
commit062ef262f9dfea877b6e3551aadff9db0d3d0f13
tree01ebd551b9fec664e8ed6e3a3140a3646756981a
parent9baf395529416d54844fcc7bff0b9b9445c7d023
libxl: do not try to redo incoming migration on reboot of migrated domain

After a migration, reboot was trying to receive another incoming
migration, instead of restarting the domain it already has.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Tested-by: Andreas Olsowski <andreas.olsowski@leuphana.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c